PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardLayoutAttribute Class / setLineHeight Method
The element's preferred height, measured in default user space units in the block-progression direction.
In This Topic
    setLineHeight Method
    In This Topic
    Sets the line height.
    The value -2 means "Normal" (Adjust the line height to include any non-zero value specified for ), the value -1 means "Auto" (Adjustment for the value of shall not be made).
    Syntax
    public void setLineHeight( 
       double value
    )

    Parameters

    value
    The element's preferred height, measured in default user space units in the block-progression direction.
    See Also